runtime.timer.sendLock (field)

8 uses

	runtime (current package)
		time.go#L71: 	sendLock mutex
		time.go#L333: 		lockInit(&t.sendLock, lockRankTimerSend)
		time.go#L427: 		lock(&t.sendLock)
		time.go#L461: 		unlock(&t.sendLock)
		time.go#L509: 		lock(&t.sendLock)
		time.go#L568: 		unlock(&t.sendLock)
		time.go#L1093: 		lock(&t.sendLock)
		time.go#L1112: 		unlock(&t.sendLock)